google.golang.org/grpc/balancer/pickfirst/pickfirstleaf.pickfirstBalancer.metricsRecorder (field)

6 uses

	google.golang.org/grpc/balancer/pickfirst/pickfirstleaf (current package)
		pickfirstleaf.go#L114: 		metricsRecorder: cc.MetricsRecorder(),
		pickfirstleaf.go#L192: 	metricsRecorder expstats.MetricsRecorder // guaranteed to be non nil
		pickfirstleaf.go#L598: 		connectionAttemptsFailedMetric.Record(b.metricsRecorder, 1, b.target)
		pickfirstleaf.go#L602: 		connectionAttemptsSucceededMetric.Record(b.metricsRecorder, 1, b.target)
		pickfirstleaf.go#L657: 			connectionAttemptsSucceededMetric.Record(b.metricsRecorder, 1, b.target)
		pickfirstleaf.go#L659: 		disconnectionsMetric.Record(b.metricsRecorder, 1, b.target)